home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1998 June / Electronic Clipper 1998-06.iso / Idea Source® / Teaser.Dir / 00031_Script_31 < prev    next >
Text File  |  1998-04-28  |  331b  |  21 lines

  1. on exitFrame
  2.   global time
  3.   cursor 200
  4.   set the loch of sprite 12 to the mouseh
  5.   set the locv of sprite 12 to the mousev
  6.   updatestage
  7.   if the mousedown then
  8.     puppetsound(2) "shot" 
  9.     puppetsound(1) "cheater"
  10.     go frame "begin"
  11.   else
  12.     if the timer < time then go the frame    
  13.   end if
  14. end
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.